home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / tsqed16.zip / LINSOLVE.QMA < prev    next >
Text File  |  1991-12-26  |  1KB  |  27 lines

  1. *                                                All rights reserved
  2. * Solve the LP problem in the current file
  3. * By Timo Salmi Thu 26-Dec-91
  4. *
  5. * To compile this macro apply QMAC LINSOLVE.MAC LINSOLVE.QMA /A- /B
  6. *
  7. * To use this command macro you need the following programs and files
  8. *  QMAC.EXE macro translator from /pc/editor/qmac215.zip
  9. *  LINSOLVE.EXE from /pc/ts/tslin33.zip (or whatever is current)
  10. *
  11. * Before compiling the macro, edit the paths (c:\matem) to conform to
  12. * where you have your own files.
  13. *
  14. * To make this macro available you can e.g. first invoke the main
  15. * menu (usually F10) and select Macro: Read Macro: linsolve.mac. Then
  16. * you can invoke it with ALT-5.  Or you can make it part of your key
  17. * default key definition file (see QEdit documentation for the
  18. * details)
  19.  
  20. * ┌─────────────────────────────────────────────────┐
  21. * │ Solve the LP problem in the current file, ALT-5 │
  22. * └─────────────────────────────────────────────────┘
  23. @5 MacroBegin
  24.     Dos 'c:\matem\linsolve /i'
  25.     CurrentFilename
  26.     Return
  27.